/*头部*/
/* @font-face {
    font-family: 'ziti';
    src: url("../img/impact.ttf");
  } */
  .top{
    width: 100%;
    position: relative;
   
    padding: 33px 0 25px 0;
  }





/*input placeholder 样式 */
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
:-ms-input-placeholder {color: #999999;}



  .top-left{
    float: left;
    width: 70%;
  }
  .logo img{
    display: block;
    float: left;
  }
  .logo-tit{
    height: 50px;
    line-height: 50px;
  }
  .logo-tit:before{
    display: block;
    content: '';
    width: 1px;
    height: 30px;
    background: #4A4A4A;
    float: left;
    margin: 10px 15px;
  }
  .logo-tit h3{
    color: #333;
    font-weight: 400;
    line-height: 50px;
    font-size: 22px;
    opacity: 0.9;
  }
  .logo-tit p{
    color: #888888;
    font-size: 15px;
    font-weight: normal;
  }
  .top-right{
    float: right;
    background: url("../img/t-tel.png") no-repeat center left;
    padding-left: 85px;
  }
  .top-right p{
    color: #7d7d7d;
    font-size: 14px;
  }
  .top-right h3{
    color: #2173AB;
    font-size: 32px;
    margin-top: -5px;
    font-family: ziti;
  }
  
    .nav-bar {
    background: #2173AB;
    height:66px;
    font-size:0;
  }
  .nav-bar ul.nav {
    /* overflow: hidden; */
    display: inline-block;
    width: 100%;
  }
  .nav-bar ul.nav .nav_one {
    float: left;
    line-height: 66px;
    width: 12.5%;
    position: relative;
  }
  .nav-bar ul .nav_one a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    width:100%;
    text-align: center;
  }
  .nav-bar ul .nav_one.active{
    background: #F6A128;
  }
  .nav-bar ul .nav_one:hover{
    background: #F6A128;
  }




/*通用nav_one二级*/
.sub {display:none;width: 100%;overflow:hidden;position:absolute;top:66px;z-index:999;}
.sub li {width: 100%;height:50px;line-height:50px;background:rgba(255, 255, 255, 0.8);font-size:14px;}
 .sub li .sub_a {color:#575757 !important;display:block;width: 100%;}
 .sub li:hover .sub_a {background: #F6A128; color: #fff !important;}
 .nav-bar ul .nav_one:hover .sub{
  display: block;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  .banner{
    width: 100%;
    position: relative;
  }
  .banner img{
    max-width: 100%;
  }
  .ban-next:after,.ban-prev:after{
    display: none;
  }
  .ban-prev{
    width: 80px!important;
    height: 100px!important;
    background:rgba(0,0,0,0.5) url("../img/b-prev.png") no-repeat center center;
    left: 0!important;
  }
  .ban-next{
    width: 80px!important;
    height: 100px!important;
    background:rgba(0,0,0,0.5) url("../img/b-next.png") no-repeat center center;
    right: 0!important;
  }
  .ban-prev:hover{
    background:#F6A128  url("../img/b-prev.png") no-repeat center center;
  }
  .ban-next:hover{
    background:#F6A128 url("../img/b-next.png") no-repeat center center;
  }
  .ban-dian span{
    width: 14px!important;
    height: 14px!important;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    opacity: 1!important;
    margin: 0 10px!important;
  }
  .ban-dian .swiper-pagination-bullet-active{
    background: #2173AB;
  }







  /*首页*/
  .index-title{
    text-align: center;
    position: relative;
  }
  .index-title p{
    color: #f6f6f6;
    font-size: 60px;
    font-family: ziti;
    text-transform: uppercase;
  }
  .index-title h3{
    color: #282828;
    font-size: 36px;
    font-weight: bold;
    margin-top: -70px;
  }









  .index1{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 3% 0;
    background: url('../img/product-bg.png') no-repeat;
    background-size: cover;
  }
  .index1-center{
    width: 100%;
    position: relative;
    padding-top:40px;
  }
  .index1-list{
    width: 100%;
  }
  .pro-img{
    width: 50%;
    height: 520px;
    float: left;
    border: 2px solid #ddd;
    box-sizing: border-box;
    line-height: 520px;
    text-align: center;
  }
  .pro-img img{
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
  }
  .pro-tit{
    width: 45%;
    float: right;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    height: 520px;
    position: relative;
  }
  .pro-tit h3{
    color: #282828;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 20;
    padding-top: 35px;
  }
  .pro-tit h3:after{
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    /* background:#2173AB ; */
    margin: 25px 0;
  }
  .pro-tit h4{
    color: #575757;
    z-index: 20;
    font-size: 32px;
    position: relative;
  }
  .pro-w{
    position: absolute;
    color: #f5f5f5;
    font-size: 400px;
    text-transform: uppercase;
    right: 0;
    top: -15%;
    font-family: ziti;
    z-index: 10;
  }
  .pro-text{
    color: #737373;
    font-size: 16px;
    line-height: 30px;
    padding-top: 38px;
    position: relative;
    z-index: 20;
  }
  .pro-link{
    width: 100%;
  }
  .pro-link a{
    display: block;
    float: left;
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 40px;
    text-indent: 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    margin-top:50px;
    transition: all 0.5s;
    z-index: 12;
  }
 
  .plink1{
    background:#2173AB url("../img/p1.png") no-repeat center left 36px;
  } 
   .plink2{
    background:#F6A128 url("../img/p2.png") no-repeat center left 36px;
    margin-right: 0;
  } 

  .pro-link a:hover{
    border-radius: 0;
    color: #fff;
    transition: all 0.5s;
  }
  .index1-type{
    width: 100%;
    position: relative;
    margin-top: 45px;
  }
  .index1-type ul{
    text-align: center;
  }
  .index1-type ul li{
    display: inline-block;
    width: 12%;
    margin-right:1.5%;
    text-align: center;
    border-bottom: 2px solid #e4e4e4;
  }
  .index1-type ul li:last-child{
    margin-right: 0;
  }
  .index1-type ul li h3{
    color: #575757;
    font-size: 18px;
  }
  .index1-type ul li p{
    color: #dadada;
    font-size: 12px;
    text-transform: uppercase;
  }
  .index1-type ul li h4{
    color: #e4e4e4;
    font-size: 42px;
    font-family: ziti;
    margin-top: 30px;
  }
  .index1-type ul li.on{
    border-bottom: 2px solid #2173AB;
  }
  .index1-type ul li.on h3,.index1-type ul li.on p,.index1-type ul li.on h4{
    color: #2173AB;
  }
  .index2{
    width: 100%;
    position: relative;
    z-index: 50;
    padding: 3% 0;
    background-image: url(../img/index2.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  }
  .index-title1 p{
    color: rgba(255,255,255,0.06);
    font-size: 60px;
    font-family: ziti;
    text-transform: uppercase;
  }
  .index-title1 h3{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-top: -70px;
  }
  .index-title1:after{
    background: url("../img/title-line.png") no-repeat center;
  }
  .index2-center {
    margin-top: 55px;
    position: relative;
  }
  .cp{
    width: 100%;
  }
  .cp .swiper-slide{
    height: 495px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .cp .swiper-slide a{
    display: block;
    padding: 25px;
  }
  .cp .swiper-slide span{
    display: block;
    color: #282828;
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    text-overflow: ellipsis;
    float: left;
    transition: all 0.5s;
  }
  .cp .swiper-slide span:after{
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    background: url("../img/p-jt.png") no-repeat center center;
    float: right;
    margin-left: 20px;
  }
  .cp-img{
    width: 100%;
    height: 365px;
    overflow: hidden;
    text-align: center;
    line-height: 365px;
    margin-top: 20px;
    transition: all 0.5s;
  }
  .cp-img img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .cp-hover{
    position: absolute;
    width: 100%;
    height: 310px;
    background: rgba(33,115,171,0.9);
    bottom: -100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
  .cp-hover-t{
    padding: 35px;
  }
  .cp-hover-t h4{
    color: #fff;
    font-size: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cp-tit{
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 25px;
    transition: all 0.5s;
  }
  .cp-more{
    width: 144px;
    height: 44px;
    border-radius: 22px;
     background: #fff url("../img/p-jt1.png") no-repeat center right 25px; 
    color: #0D5687;
    font-size: 16px;
    margin-top: 40px;
    text-indent: 25px;
    line-height: 44px;
  }
  .cp .swiper-slide:hover .cp-hover{
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: all 0.5s;
  }
  .cp .swiper-slide:hover span{
    display: none;
    transition: all 0.5s;
  }
  .cp .swiper-slide:hover .cp-img{
    margin-top: 0;
    transition: all 0.5s;
  }
  .cp-next,.cp-prev{
    opacity: 1!important;
    top: 40%!important;
  }
  .cp-next{
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%!important;
    background:rgba(255,255,255,0.1) url("../img/p-next.png") no-repeat center center;
    right: -115px!important;
  }
  .cp-prev{
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%!important;
    background:rgba(255,255,255,0.1) url("../img/p-prev.png") no-repeat center center;
    left: -115px!important;
  }
  .cp-next:after,.cp-prev:after{
    display: none;
  }
  .cp-next:hover{
    background:#2173AB url("../img/p-next.png") no-repeat center center;
  }
  .cp-prev:hover{
    background:#2173AB url("../img/p-prev.png") no-repeat center center;
  }
  .p-more{
    width: 216px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:rgba(255,255,255,0.2);
    margin: 50px auto 0;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .p-more a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
  }
  .p-more:hover{
    background: #2173AB;
    color: #fff;
    transition: all 0.5s;
  }
  .p-more:hover a{
    color: #fff;
  }


  .in_03{height: auto;overflow: hidden;}
  .in_03 li a{display: block;position: relative;height: auto;overflow: hidden;}
  .in_03 li a:hover .in03a{top:0;padding: 3rem;}
  .in_03 li a:hover .in03a i{display: block;}
  .in_03 li a img{width: 100%;}
  .in03a{position: absolute;z-index: 2;height: 100vh; background: rgba(12,27,66,.7);text-align: center;color: #fff;width: 100%;top:80%;transition:.4s;}
  .in03a i{font-size:34px;display: none;}
  .in03a span{display: block;line-height: 45px;}
  .in03a p{display: block;width: 140px; line-height: 35px;border: 1px solid rgba(255,255,255,.6);text-align: center;margin:0 auto;border-radius: 30px;margin-top: 1rem;}
  















  .index6{
    width: 100%;
    background: #fff;
    position: relative;
    padding: 3% 0;
  }
  .news-center{
    padding-top: 40px;
  }
  .news-left{
    width: 48%;
    float: left;
    position: relative;
    height: 445px;
    background: #F6F6F6;
  }
  .n-img{
    width: 100%;
    height: 295px;
    position: relative;
  }
  .n-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-time{
    width: 82px;
    height: 82px;
    background: #2173AB;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .news-time strong{
    color: #fff;
    font-size: 48px;
    display: block;
    text-align: center;
  }
  .news-time span{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: -20px;
  }
  .n-tit{
    padding: 30px 40px;
  }
  .n-tit h3{
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .n-tit p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news-right{
    width: 48%;
    float: right;
  }
  .news-right ul li{
    padding: 28.5px 40px 28px 0;
    background: #F6F6F6;
    margin-bottom: 10px;
  }

  .news-time1 {
    width: 20%;
    height: 75px;
    float: left;
    text-align: center;
    position: relative;
  }
  .news-time1 strong{
    color: #c2c2c2;
    font-size: 50px;
    display: block;
    margin-top: -5px;
  }
  .news-time1 span{
    color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: -20px;
  }
  .news-time1:after{
    display: block;
    content: '';
    width: 1px;
    height: 75px;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 0;
  }
  .news-right ul li .n-tit1{
    float: right;
    width: 75%;
  }
  .news-right ul li .n-tit1 h3{
    color: #4b4b4b;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .news-right ul li .n-tit1 p{
    color: #7d7d7d;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 3px;
  }
  .news-right ul li:hover .n-tit1 h3,.news-right ul li:hover .n-tit1 p{
    color: #2173AB;
  }
  
  .news-right ul li:hover .news-time1 strong,.news-right ul li:hover .news-time1 span{
    color: #2173AB;
  }
  .news-right ul li:nth-child(3){
    margin-bottom: 0;
  }
  /*底部*/
  .foot{
    width: 100%;
    position: relative;
    padding: 3% 0;
    background: #2173AB;
  }
  .foot-left{
    width: 75%;
    float: left;
  }
  .f-nav{
    width: 100%;
    height: 62px;
    background: rgba(0,0,0,0.15);
    border-radius: 10px;
  }
  .f-nav ul{
    text-align: center;
  }
  .f-nav ul li{
    display: inline-block;
    line-height: 62px;
    width: 13.9%;
  }
  .f-nav ul li a{
    color: rgba(255,255,255,0.5);
    font-size:16px;
  }
  .f-nav ul li:after{
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.5);
    float: right;
    margin-top: 24px;
  }
  .f-nav ul li:last-child:after{
    display: none;
  }
  .f-nav ul li:hover a{
    color: #fff;
  }
  .f-tel{
    width: 100%;
    margin-top: 42px;
  }
  .f-tel ul{
    text-align: center;
  }
  .f-tel ul li{
    display: inline-block;
    width: 33.33%;
    text-align: left;
    float: left;
  }
  .f-tel ul li span{
    color: #fff;
    font-size: 14px;
    padding-left: 65px;
    display: block;
  }
  .f-tel ul li p{
    color: #fff;
    font-size: 18px;
    padding-left: 65px;
  }
  .f-tel ul li:nth-child(1){
    background: url("../img/f1.png") no-repeat center left;
  }
  .f-tel ul li:nth-child(2){
    background: url("../img/f2.png") no-repeat center left;
  }
  .f-tel ul li:nth-child(3){
    background: url("../img/f3.png") no-repeat center left;
  }
  .foot-right{
    width: 130px;
    float: right;
  }
  .f-ewm{
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    border-radius:6px;
  }
  .f-ewm img{
    max-width: 100%;
  }
  .foot-right p{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
  }
  .f-admin{
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    background: #2173AB ;
    line-height: 70px;
  }
  .admin-left{
    float: left;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
  }
  .admin-left a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
  }
  .admin-right{
    float: right;
  }
  .admin-right a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
  }
  /*内页-公司简介*/
  .nei-banner{
    width: 100%;
    position: relative;
    height: 320px;
  }
  .location{
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,0.4);
    position: relative;
    margin-top: -60px;
    z-index: 100;
  }
  .location p{
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    background: url("../img/home.png") no-repeat top 20px left;
  }
  .location a{
    color: #fff;
    font-size: 16px;
  }
  .about1{
    width: 100%;
    position: relative;
    padding: 3% 0;
  }
  .about1 .warpper1{
    width: 1600px;
    margin: 0 auto;
  }
  .about1-left{
    float: left;
    width: 40%;
    padding-left: 6%;
    background: url("../img/ab1.png") no-repeat top left;
  }
  .about1-left h3{
    color: #282828;
    font-size: 36px;
    padding-top: 34px;
    font-weight: bold;
  }
  .about1-left h4{
    color: #282828;
    font-size: 42px;
    margin-top: -10px;
  }
  .about1-left h4 span{
    color: #2173AB ;
  }
  .about1-left h4:after{
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: url("../img/ab1-line.png") no-repeat center left;
  }
  .about1-tit{
    margin-top: 35px;
  }
  .about1-tit p{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
  }
  .about1-tit strong{
    color: #2173AB ;
  }
  .ab1-bg{
    position: absolute;
    right: 3%;
    top: 1%;
  }
  .about1-right{
    width: 52%;
    float: right;
    position: relative;
    z-index: 100;
  }
  .about1-right img{
    max-width: 100%;
    margin-top: 5%;
  }
  .about2{
    width: 100%;
    position: relative;
    background: url("../img/area.jpg") no-repeat center center;
    padding: 3% 0;
  }
  .nei-title{
    text-align: center;
    font-size: 36px;
    color: #282828;
    font-weight: bold;
  }
  .about2 ul{
    margin-top: 65px;
  }
  .about2 ul li{
    width: 23.5%;
    height: 280px;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    border: 6px solid #2173AB ;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .about2 ul li:last-child{
    margin-right: 0;
  }
  .about2 ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about2 ul li p{
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 90%;
    line-height: 60px;
    background: rgba(0,77,129,0.9);
    z-index: 100;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 30px 0 0 30px;
    transition: all 0.5s;
  }
  .about2 ul li:hover{
    border: 6px solid #e40213;
    transition: all 0.5s;
  }
  .about2 ul li:hover p{
    background: rgba(228,2,19,0.9);
    transition: all 0.5s;
  }
  .about3{
    width: 100%;
    position: relative;
    background: url("../img/ab3.jpg") no-repeat center center;
    padding: 3% 0;
  }
  .about3 ul{
    margin-top: 40px;
  }
  .about3 ul li{
    width: 30%;
    margin-right: 5%;
    height: 142px;
    box-sizing: border-box;
    border: 10px solid rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    float: left;
    background: #fff;
  }
  .about3 ul li:last-child{
    margin-right: 0;
  }
  .about3 ul li .about3-tit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .about3 ul li h3{
    color: #282828;
    font-size: 24px;
    font-weight: bold;
  }
  .about3 ul li p{
    color: #5d5d5d;
    font-size: 18px;
  }
  .about3 ul li:hover{
    background: rgba(0,77,129,1);
  }
  .about3 ul li:hover h3,.about3 ul li:hover p{
    color: #fff;
  }
  /*内页-产品中心*/
  .info-product{
    width: 100%;
    position: relative;
    padding: 3% 0;
    background: #f9f9f9;
  }
  .info-pro-type ul{
    margin-top: 3%;
    text-align: center;
    width: 100%;
  }
  .info-pro-type ul li{
    float: left;
    position: relative;
    height: 100px;
    width: 14.2%;
    background: #fff;
  }
  .info-pro-type ul li a{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .info-pro-type ul li h3{
    color: #575757;
    font-size: 18px;
    position: relative;
    z-index: 10;
  }
  .info-pro-type ul li h4{
    color: #575757;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
  }
  .info-pro-type ul li p{
    color: #f5f5f5;
    font-size: 72px;
    font-family: ziti;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .info-pro-type ul li:after{
    display: block;
    content: '';
    width: 1px;
    height: 100px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
  }
  .info-pro-type ul li:last-child:after{
    display: none;
  }
  .info-pro-type ul li:hover{
    background: #2173AB ;
  }
  .info-pro-type ul li:hover h3,.info-pro-type ul li:hover h4{
    color: #fff;
  }
  .info-pro-type ul li:hover p{
    color: #366791;
  }
  .info-pro-type ul li.active{
    background: #2173AB ;
  }
  .info-pro-type ul li.active h3,.info-pro-type ul li.active h4{
    color: #fff;
  }
  .info-pro-type ul li.active p{
    color: #366791;
  }
  .info-pro-list{
    width: 100%;
    padding-top: 3%;
  }
  .info-pro-list ul li{
    width: 33%;
    height: 495px;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    float: left;
  }
  .info-pro-list ul li:nth-child(3n){
    margin-right: 0;
  }
  .info-pro-list ul li a{
    display: block;
    padding: 25px;
  }
  .info-pro-list ul li span{
    display: block;
    width: 100%;
    color: #282828;
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    text-overflow: ellipsis;
    float: left;
    transition: all 0.5s;
  }

  .info-pro-list ul li span i{
    display: block;
    width: 85%;
    color: #282828;
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    text-overflow: ellipsis;
    float: left;
    transition: all 0.5s;
  }
  .info-pro-list ul li span:after{
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    background: url("../img/p-jt.png") no-repeat center center;
    float: right;
    margin-left: 20px;
  }
  .info-pro-list ul li:hover .cp-hover{
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: all 0.5s;
  }
  .info-pro-list ul li:hover span{
    display: none;
    transition: all 0.5s;
  }
  .info-pro-list ul li:hover .cp-img{
    margin-top: 0;
    transition: all 0.5s;
  }
  /*产品详情*/
  .product-info{
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding: 3% 0;
  }
  .pro-top{
    padding: 4%;
    border-top:4px solid #2173AB ;
    background: #fff;
    box-shadow: 0 0 10px rgba(124,124,124,0.15);
  }
  .cp-list{
    width: 45%;
    height: 535px;
    float: left;
  }
  .infocp{
    height: 100%;
  }
  .cp-list .swiper-slide{
    border: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
  }
  .info-cp-img{
    width: 100%;
    height: 100%;
    line-height: 535px;
    text-align: center;
  }
  .info-cp-img img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .info-cp-tit{
    width: 48%;
    float: right;
    margin-right: 2%;
    height: 535px;
    position: relative;
  }
  .info-cp-tit h3{
    width: 262px;
    height: 48px;
    border: 2px solid #2173AB ;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    text-indent: 8px;
    color: #2173AB ;
    font-size:18px;
    line-height: 48px;
    overflow: hidden;
  }
  .info-cp-tit h3 span{
    display: block;
    float: left;
    background: #2173AB ;
    text-align: center;
    width: 110px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
  }
  .info-cp-tit h4{
    color: #282828;
    font-size: 36px;
    font-weight: bold;
    padding-top: 35px;
  }
  .info-cp-tit h4:after{
    display: block;
    content: '';
    width: 72px;
    height: 3px;
    background: #2173AB ;
    margin: 29px 0;
  }
  .info-cp-tit p{
    color: #737373;
    font-size: 18px;
    line-height: 36px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .p-tel{
    width: 100%;
    height: 113px;
    border: 2px dashed #eeeeee;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
  }
  .ptel{
    float: left;
    background: url("../img/p-te1.png") no-repeat center left;
    padding-left: 70px;
    margin-top: 30px;
    margin-left: 50px;
    border-right: 1px dashed #eeeeee;
    height: 55px;
    padding-right: 50px;
    margin-right: 20px;
  }
  .ptel .w1{
    color: #282828;
    font-size: 18px;
  }
  .ptel .w2{
    color: #0d5687;
    font-size: 30px;
    font-family: ziti;
    margin-top: -10px;
  }
  .pmes{
    width: 176px;
    height: 50px;
    line-height:50px;
    background: #F6A128 url("../img/p2.png") no-repeat center left 30px;
    float: left;
    text-align: center;
    border-radius: 25px;
    margin-top: 30px;
  }
  .pmes a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-indent: 25px;
  }
  .pmes:hover{
    background: rgb(214, 134, 22) url("../img/p2.png") no-repeat center left 30px;
    
  }
  .pmes:hover a{
    color: #fff;
  }
  .pro-bo{
    width: 100%;
    margin-top: 40px;
  }
  .pro-bo .index-title1{
    background: #2173AB ;
    padding: 5px 0 25px 0;
  }
  .pro-bo .index-title:after{
    top: 51%;
  }
  .pro-content{
    padding: 3% 4%;
    background: #fff;
  }
  .pro-content strong{
    display: block;
    color: #2173AB ;
    font-size: 26px;
    background: url("../img/p-ico.png") no-repeat center left;
    padding-left: 35px;
    margin: 30px 0;
  }
  .pro-content p{
    color: #282828;
    font-size: 16px;
    line-height: 36px;
  }
  .pro-content img{
    max-width: 100%;
  }
  .pro-content table{
    width: 100% !important;
    border-collapse: collapse;
  }
  .pro-content table tr{
    height: auto!important;
  }
  .pro-content table tr td{
    line-height: 28px;
    color: #313131;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #aaa9a9!important;
    text-align: left;
    font-size: 16px!important;
  }
  .pro-content table tr td p{
    line-height: 28px;
    color: #313131;
    font-size: 14px!important;
  }
  .pro-content table tr td p span{
    font-family: '微软雅黑'!important;
  }
  /*内页-联系我们*/
  .info-contact{
    width: 100%;
    position: relative;
    padding: 3% 0 0 0;
  }
  .con-top{
    margin-top: 5%;
    width: 100%;
    margin-bottom: 5%;
  }
  .con-top ul li:first-child{
    margin-left: 0;
  }
  .con-top ul li{
    width: 33.33%;
    box-sizing: border-box;
    border: 2px solid #eeeeee;
    height: 420px;
    float: left;
    margin-left: -2px;
    text-align: center;
  }
  .con-top ul li img{
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  .con-top ul li h3{
    color: #2173AB ;
    font-size: 30px;
    padding:80px 0 30px ;
  }
  .con-top ul li p{
    color: #7b7b7b;
    font-size: 24px;
  }
  .con-mes{
    width: 100%;
    padding: 3% 0;
    background: url("../img/mes.jpg") no-repeat center center;
  }
  .mes-title{
    width: 100%;
  }
  .mes-title h3{
    color: #ffffff;
    font-size: 30px;
    float: left;
    padding-right: 20px;
  }
  .mes-title span{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    float: left;
  }
  .mes-biaodan{
    margin-top: 38px;
  }
  .mes-biaodan textarea{
    width: 100%;
    height: 200px;
    background: #fff;
    line-height: 72px;
    text-indent: 30px;
    color: #b5b5b5;
    font-size: 18px;
    margin-bottom: 2%;
  }
  .mes-biaodan input{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    line-height: 72px;
    background: #fff;
    outline: none;
    border: none;
    text-indent: 30px;
    color: #b5b5b5;
    font-size: 18px;
  }
  .mes-biaodan .code{
    position: relative;
    width: 32%;
    height: 72px;
    float: left;
    margin-right: 2%;
  }
  .mes-biaodan .code input{
    width: 100%;
  }
  .mes-biaodan .code .verify{
    width: 137px;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .mes-biaodan .code .verify img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .mes-biaodan .submit{
    width: 32%;
    float: right;
    line-height: 72px;
    background: #e40213;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }

  
  /*内页-新闻中心*/
  .info-news{
    width: 100%;
    position: relative;
    padding: 3% 0;
  }
  .info-news ul{
    margin-top: 40px;
  }
  .info-news ul li{
    padding: 2%;
    background: #f5f5f5;
    margin-bottom: 2%;
  }
  .info-news ul li .img{
    width: 20%;
    height: 180px;
    overflow: hidden;
    float: left;
  }
  .info-news ul li .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
  }
  .info-news ul li .box{
    width: 78%;
    float: right;
  }
  .info-news ul li .box h4{
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
  }
  .info-news ul li .box p{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .info-news ul li .box .time{
    margin-top: 10px;
    color: #999;
    font-size: 14px;
  }
  .info-news ul li .box .time span{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2173AB ;
    border-radius: 20px;
    float: right;
    color: #fff;
  }
  .info-news ul li:nth-child(even) .img{
    float: right;
  }
  .info-news ul li:nth-child(even) .box{
    float: left;
  }
  .info-news ul li:hover{
    background: #2173AB ;
  }
  .info-news ul li:hover .img img{
    transform: scale(1.03,1.05);
  }
  .info-news ul li:hover .box h4,.info-news ul li:hover .box p,.info-news ul li:hover .box .time{
    color: #fff;
  }
  .info-news ul li:hover .box .time span{
    background: #e40213;
  }
  .news-detail-title h3{
    color: #333;
    font-size: 24px;
    text-align: center;
  }
  .news-detail-title p{
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
  }
  .news-detail p{
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }
  .news-detail img{
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .newsPage{
    width: 100%;
    margin-top: 2rem;
  }
  .page-a{
    line-height: 35px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    color: #666;
  }
  .page-a a{
    font-size: 14px;
    color: #666;
  }
  .page-a a:hover{
    font-weight: bold;
    color: #2173AB ;
  }
  /*内页-人才招聘*/
  .info-job{
    width: 100%;
    position: relative;
    padding: 85px 0;
  }
  .job1{
    width: 100%;
    position: relative;
  }
  .job_tab{
    width: 100%;
    height: 60px;
    background: #2173AB ;
  }
  .job_tab span{
    display: block;
    color: #fff;
    font-size: 18px;
    float: left;
    width: 16%;
    text-align: center;
    line-height: 60px;
  }
  .job1 ul li{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #2173AB ;
    line-height: 75px;
  }
  .job1 ul li .name{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    float: left;
    width: 30%;
    text-align: left;
    margin-left: 5%;
  }
  
  .job1 ul li .num{
    width: 30%;
    text-align: left;
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    height: 75px;
  }
  .job1 ul li .time{
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 30%;
  }
  .job1 ul li .jobs_last{
    width: 24px;
    height: 24px;
    margin-right: 5%;
    float: right;
    background: url("../img/jia.png") no-repeat center center;
    margin-top: 24px;
  }
  .jobs_req{
    display: none;
    border: 2px solid #2173AB ;
    background: #fff;
    margin: 0 auto;
    padding: 2% 5%;
  }
  .jobs_req strong{
    color: #575757;
    font-size: 20px;
  }
  .jobs_req p{
    line-height: 35px;
    font-size: 18px;
    color: #575757;
  }
  .jobs_req p a{
    color: #2173AB ;
    font-weight: bold;
  }
  .job1 ul li .jobs_last.on{
    background: url("../img/jian.png") no-repeat center center;
  }
  /*内页-工程案例*/
  .info-case{
    width: 100%;
    position: relative;
    padding: 3% 0;
  }
  .info-case ul{
    margin-top: 40px;
  }
  .info-case ul li{
    width: 32%;
    margin-right: 2%;
    height: 400px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 2%;
    float: left;
  }
  .info-case ul li:nth-child(3n){
    margin-right: 0;
  }
  .info-case ul li a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-case ul li:hover .anli-hover{
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.5s;
  }
  .info-case ul li:hover .anli-tit{
    display: none;
  }
  .info-case ul li:hover .anli-img{
    height: 100%;
    transition: all 0.5s;
  }
  .info-case-img{
    width: 100%;
    text-align: center;
  }
  .info-case-img img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .news-detail h3{
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background: #2173AB ;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
  }
  .case-info-tit{
    padding-bottom: 50px;
  }
  
  .cbl {
    width: 60px;
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 3333;
  }
  
  .cbl.active {
    display: none;
  }
  
  .cbl li {
    margin-top: 1px;
    transition: 0.4s ease-in-out;
    height: 60px;
  }
  
  .cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #2173AB;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    box-shadow: 0px 0px 5px #737373;
  }
  
  .cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
  }
  .cbl li.tel span{
    background: #2173AB url("../img/c1.png") no-repeat center;
  }
  
  .cbl li.kefu span{
    background: #2173AB url("../img/c3.png") no-repeat center;
  }
  .cbl li.weixin span{
    background: #2173AB url("../img/c2.png") no-repeat center;
  }
  .cbl li.fd span{
    padding-top: 23px;
    background: #2173AB url("../img/c4.png") no-repeat center center;
  }
  .cbl li.tel span:hover{
    background: #F6A128 url("../img/c1.png") no-repeat center;
  }
  
  .cbl li.kefu span:hover{
    background: #F6A128 url("../img/c3.png") no-repeat center;
  }
  .cbl li.weixin span:hover{
    background: #F6A128 url("../img/c2.png") no-repeat center;
  }
  .cbl li.fd span:hover{
    padding-top: 23px;
    background: #F6A128 url("../img/c4.png") no-repeat center center;
  }
  .cbl li.fd span .fir{
    font-size:12px;
  }
  
  .cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
    font-weight: lighter;
    display: none;
  }
  
  .cbl li aside {
    position: absolute;
    right: 68px;
    top: 0;
    padding:0 10px;
    line-height: 60px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #F6A128;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
  }
  .cbl li aside.ex{
    padding: 10px;
  }
  .cbl li aside img{
    width: 100px;
  }
  .cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #F6A128;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
  }
  
  
  
  
  
  
  
  
  
.page {text-align: center; margin-bottom:50px; margin-top:20px}
.page a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.page a:hover,.pageBox a:active{background:#2173AB;color: #FFFFFF;text-decoration: none;}
.page .cur { background: #2173AB;border: 1px solid #2173AB;text-decoration: none;}
.page a.cur {color: #fff;}
.page .disabled {width: 79px;}